ComponentOne Web API Edition
Contains Method

C1.Web.Api.Configuration Namespace > Manager<T> Class : Contains Method
The item key.
Gets a boolean value which indicates whether the key exists in the manager.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal key As String _
) As Boolean
public bool Contains( 
   string key
)

Parameters

key
The item key.

Return Value

A boolean value which indicates whether the key exists in the manager.
See Also

Reference

Manager<T> Class
Manager<T> Members